home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / icompres.zip / README.NT < prev   
Text File  |  1993-02-05  |  2KB  |  57 lines

  1. GNU Compress 4.0.1 for Windows NT(tm)
  2.  
  3. The following changes were made :
  4.  
  5.   o    The default for the -i flag used to be to translate LF's
  6.     to CRLF's.  This would ruin things like tar files if you forgot
  7.     the -i.  I changed compress such that the default is now -i.
  8.  
  9.     You can use -t to get the LF-translating behavior (very destructive
  10.     to binary files).  The only penalty for forgetting the -t on
  11.     a text file that came from UNIX is that there will be no CR's
  12.     in the output.  You can : 
  13.         recompress (without -t) and then decompress with -t
  14.          or fix it with an editor by substituting CRLF for LF
  15.  
  16.   o    This version is compiled with long-name support.  That is,
  17.     it is not limited to the 8+3 filename structure of MS-DOS
  18.     FAT volumes.  While extremely useful for NTFS volumes, no
  19.     attempt was made to munge names for FAT and HPFS volumes.
  20.     NT does do some name mapping internally, but the .Z extension
  21.     is often mangled/deleted.
  22.  
  23.   o    Note that the name compress.exe conflicts with the name of the
  24.     MicroSoft-supplied program `compress.exe'.  I have been using
  25.     the name compres.exe for this program to avoid the conflict.
  26.  
  27.   o    You can copy the program compres.exe to uncompress.exe and
  28.     zcat.exe to get those functions.  To save disk space, you
  29.     can skip these copies and use the following equivalencies
  30.     instead :
  31.         uncompress == compress -d
  32.         zcat == compress -c -d
  33.     You may want/need to add the -t flag to these commands.
  34.  
  35. In accordance with the GNU General Software License, this software is
  36. yours to freely redistribute so long as you do so within the terms of
  37. the GNU General Software License.  In accordance with the provisions
  38. of that license, and to support our continued porting and programming
  39. efforts, we request a $5.00 registration fee if you use this SII
  40. version of the GNU software.  Checks may be directed to the address
  41. below.  MasterCard and Visa registrations may be phoned in to the
  42. number below.
  43.  
  44. The software is not warranted to be fit for any use or purpose.
  45.  
  46. Registered users may direct questions to:
  47.  
  48.     Software Innovations Incorporated
  49.     Martin R. Calsyn
  50.     PO Box 644
  51.     Ames, IA  50010
  52.  
  53.     (515) 292-4042
  54.  
  55.     martin@iastate.edu        (always)
  56.     76137.3022@compuserve.com    (rarely)
  57.